fix: Added tests and docstrings for showPerformanceDetails#1206
fix: Added tests and docstrings for showPerformanceDetails#1206Strift merged 1 commit intomeilisearch:mainfrom
Conversation
📝 WalkthroughWalkthroughThe changes add documentation for a new optional Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Strift
left a comment
There was a problem hiding this comment.
Thanks for your contribution! Let's get this merged
Pull Request
Added tests and docstrings for showPerformanceDetails
Related issue
Fixes #1205
What does this PR do?
This PR solves issue [Meilisearch 1.35] Add
showPerformanceDetailsoption to search endpoints #1205. Implementation was already there, this PR adds docstrings and tests for showPerformanceDetails.PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!
Summary by CodeRabbit
New Features
showPerformanceDetailsparameter support in search, multi-search, and similar documents operations to retrieve performance metrics in responses (Meilisearch 1.35+).Documentation